home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
- <HTML lang="en">
- <HEAD>
- <TITLE>Import Object</TITLE>
- </HEAD>
- <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
- <dtml-var manage_tabs>
-
- <P>
- You can export Zope objects to a file in order to transfer
- them to a different Zope installation. You can either choose
- to download the export file to your local machine, or save it
- in the "var" directory of your Zope installation
- on the server.
- </P>
-
- <FORM ACTION="manage_exportObject" METHOD="POST">
- <TABLE CELLSPACING="2">
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP">Export object id</TH>
- <TD ALIGH="LEFT" VALIGN="TOP">
- <INPUT TYPE="TEXT" NAME="id" SIZE="25" VALUE="<dtml-if ids><dtml-var
- "ids[0]" html_quote></dtml-if>">
- </TD>
- </TR>
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP">Export to</TH>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <INPUT TYPE="RADIO" NAME="download:int" VALUE="1">
- Download to local machine<BR>
- <INPUT TYPE="RADIO" NAME="download:int" VALUE="0" checked>
- Save to file on server
- </TD>
- </TR>
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP"></TH>
- <TD ALIGH="LEFT" VALIGN="TOP">
- <INPUT TYPE="CHECKBOX" NAME="toxml" VALUE="Y"> XML format?
- </TD>
- </TR>
- <TR>
- <TD></TD>
- <TD><INPUT TYPE="SUBMIT" VALUE="Export"></TD>
- </TR>
- </TABLE>
- </FORM>
-
- <p>
- You may import Zope objects which have been previously
- exported to a file, by placing the file in the "import"
- directory of your Zope installation on the server. You should create
- the "import" directory in the root of your Zope installation
- if it does not yet exist.
- </p>
-
- <p>
- Note that by default, you will become the owner of the objects
- that you are importing. If you wish the imported objects to retain
- their existing ownership information, select "retain existing
- ownership information".
- </p>
-
- <FORM ACTION="manage_importObject" METHOD="POST">
- <TABLE CELLSPACING="2">
-
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP">Import file name</TH>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <INPUT TYPE="text" NAME="file" SIZE="25" VALUE="">
- </TD>
- </TR>
- <TR>
- <TH ALIGN="LEFT" VALIGN="TOP">
- Ownership
- </TH>
- <TD ALIGN="LEFT" VALIGN="TOP">
- <input type="radio" name="set_owner:int" value="1" checked>
- Take ownership of imported objects
- <br>
- <input type="radio" name="set_owner:int" value="0">
- Retain existing ownership information
- </TD>
- </TR>
- <TR>
- <TD></TD>
- <TD><INPUT TYPE="SUBMIT" VALUE="Import">
- </TD>
- </TR>
- </TABLE>
- </FORM>
- </BODY>
- </HTML>
-
-
-
-
-
-
-